#floater {
    position: absolute;
    top: 100px;
    right: 1px;
    width: 100px;
    height: 200px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    z-index: 1;
    border-radius: 3px 0 0 3px;
    padding: 10px;
    background-color: white;
    color: white;
    text-align: center;
    box-sizing: border-box;
}

.red {
    background-color: green;
    color: white;
}

.green-color {
        color:#8fc702;
		font-size:13px;
    }
	.menu-color
	{
	color:#734833;
	}

